home *** CD-ROM | disk | FTP | other *** search
- object CustomDictionariesDialog: TCustomDictionariesDialog
- Left = 563
- Top = 274
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'xxDictionaries'
- ClientHeight = 254
- ClientWidth = 384
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- DesignSize = (
- 384
- 254)
- PixelsPerInch = 120
- TextHeight = 16
- object OK: TButton
- Left = 283
- Top = 217
- Width = 92
- Height = 28
- Anchors = [akLeft, akBottom]
- Caption = 'xxOK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CustomGroup: TGroupBox
- Left = 10
- Top = 10
- Width = 365
- Height = 198
- Caption = ' xxCustom Dictionaries: '
- TabOrder = 0
- object CustomDictionaries: TListView
- Left = 10
- Top = 20
- Width = 247
- Height = 168
- Checkboxes = True
- Columns = <
- item
- AutoSize = True
- Caption = 'Filename'
- end>
- ColumnClick = False
- HideSelection = False
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = CustomDictionariesChange
- OnDeletion = CustomDictionariesDeletion
- OnEdited = CustomDictionariesEdited
- OnEditing = CustomDictionariesEditing
- OnSelectItem = CustomDictionariesSelectItem
- end
- object NewButton: TButton
- Left = 263
- Top = 86
- Width = 93
- Height = 28
- Caption = 'xxNew'
- TabOrder = 3
- OnClick = NewButtonClick
- end
- object DeleteButton: TButton
- Left = 263
- Top = 53
- Width = 93
- Height = 28
- Caption = 'xxDelete'
- TabOrder = 2
- OnClick = DeleteButtonClick
- end
- object EditButton: TButton
- Left = 263
- Top = 20
- Width = 93
- Height = 28
- Caption = 'xxEdit'
- TabOrder = 1
- OnClick = EditButtonClick
- end
- end
- object HelpButton: TButton
- Left = 183
- Top = 217
- Width = 93
- Height = 28
- Caption = 'xxHelp'
- TabOrder = 1
- OnClick = HelpButtonClick
- end
- object DialogControl: TConfigurationDialogCtrl
- OnConfigurationAvailable = DialogControlConfigurationAvailable
- Left = 24
- Top = 128
- end
- end
-